home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
pdflib
/
p_gif.c
< prev
next >
Wrap
C/C++ Source or Header
|
1999-09-16
|
332b
|
20 lines
/* This is just a dummy version of p_gif.c to avoid LZW licensing problems.
*
* In case you need to compile one yourself, just replace it with p_gif_original.c
*/
#include <string.h>
#include "p_intern.h"
PDF_image *
PDF_open_GIF(PDF *p, char *filename)
{
return false;
}
void
PDF_close_GIF(PDF *p, PDF_image *image)
{
}